/* ============================================================
   OMEGA PHYSICIANS CUSTOM SITE COMPONENT STYLING
   ============================================================ */
*,
::after,
::before { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f7f7f7;
  -webkit-text-size-adjust: 100%;
}

/* Base Theme Visual Overrides */
.bg-primary { background-color: #0096d6 !important; }
.text-primary { color: #0096d6 !important; }
.btn-primary {
  background-color: #0096d6;
  border-radius: 0 !important;
  border: none !important;
}
.btn { border-radius: 0 !important; border: none !important; }

/* Global Custom Classes */
.custom-heading {
  font-family: Calibri, sans-serif !important;
  display: block;
  font-size: 13px !important;
  font-weight: 400;
  color: #000;
}
.custom-text {
  display: block;
  font-size: 11px !important;
  font-weight: 400;
  color: #95a2ac;
}
.btn_hover_custom:hover { opacity: 0.88; }

/* ===== HEADER ARCHITECTURE ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.info-bar {
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
  max-height: 90px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled .info-bar {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.info-bar-logo { height: 50px; width: auto; }
.navbar.navbar-expand-xl { padding-top: 6px; padding-bottom: 6px; }
.mobile-logo { height: 44px; width: auto; }
.nav_ul_links { font-size: 14px; font-weight: 400; color: #000; }
.nav_ul_links .active { color: #0096d6 !important; font-weight: 600 !important; }
.nav-action-buttons { display: flex; gap: 8px; flex-wrap: wrap; }

/* Announcement Strip Ticker */
.announcement-bar {
  background-color: #eff1f3;
  min-height: 32px;
  font-size: 14px;
}
.nav_clock_img, .nav_phone_img, .nav_map_img {
  margin-right: 10px;
  flex-shrink: 0;
  height: 45px;
  width: auto;
}
.mobile-cta-bar { background-color: #0096d6; }

/* Layout Calculation Vectors */
.page-content-offset { padding-top: 97px; }
@media (min-width: 1200px) { .page-content-offset { padding-top: 150px; } }

/* ===== BREADCRUMBS LAYER SYSTEM ===== */
.breadcrumb-wrapper {
  font-size: 0.78rem;
  color: #777;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* ===== MAIN CORE CONTENT SYSTEM ===== */
.main-body-content {
  background: #fff;
  padding: 2rem 1.5rem;
  border: 1px solid #dee2e6;
}
.post-banner-wrapper {
  width: 100%;
  margin-bottom: 1.2rem;
}
.post-main-img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}
.post-date-badge {
  display: inline-block;
  background-color: #0096d6;
  color: #fff;
  text-transform: lowercase;
  font-size: 0.88rem;
  padding: 0.35rem 0.8rem;
  margin-bottom: 1rem;
}
.post-main-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.post-article-body p {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

/* Utility Social Share Strip */
.share-ribbon-bar {
  display: flex;
  align-items: center;
  background-color: #0096d6;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  justify-content: flex-end;
  gap: 1rem;
}
.share-title { color: #fff; font-size: 0.95rem; font-weight: 600; }
.share-icons { display: flex; gap: 0.8rem; }
.share-icons a { display: flex; align-items: center; transition: opacity 0.2s; }
.share-icons a:hover { opacity: 0.8; }

/* ===== SIDEBAR MODULE PANELS ===== */
.sidebar-column { padding-left: 1.5rem; }
.sidebar-section {
  border: 1px solid #dee2e6;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  background: #fff;
}
.sidebar-section h4 {
  color: #0096d6;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sidebar-section hr { margin: 0.4rem 0 0.8rem 0; opacity: 0.15; }
.sidebar-section .filter-link, 
.sidebar-section .archive-link {
  display: block;
  padding: 0.35rem 0;
  color: #0096d6;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
}
.sidebar-section .filter-link:hover, 
.sidebar-section .archive-link:hover {
  text-decoration: underline;
}
.search-wrap { display: flex; border: 2px solid #0096d6; }
.search-wrap input {
  flex: 1;
  border: none;
  padding: 0.4rem;
  outline: none;
  font-size: 0.9rem;
}
.search-wrap button { background: #0096d6; border: none; padding: 0 0.75rem; }

/* Custom Badge Tags Setup */
.related-tag-btn {
  display: inline-block;
  background-color: #0096d6;
  color: #fff;
  text-decoration: none !important;
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.2s;
}
.related-tag-btn:hover { background-color: #0076a8; }

/* ===== FOOTER WRAPPER GRID ===== */
.site-footer {
  background: #0096d6;
  color: #fff;
  padding: 2rem 0;
  margin-top: 3rem;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.site-footer .footer-links a { color: #fff; font-size: 0.9rem; text-decoration: none; }
.site-footer .footer-links a:hover { color: #7ed2f7; }
.site-footer .copyright { font-size: 0.85rem; }

/* Floating Back to Top Widget System */
.gototop {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 30px;
  background: none;
}
.goTop_icon_footer { 
  width: 44px; 
  height: 44px; 
  cursor: pointer; 
  transition: transform 0.2s; 
}
.goTop_icon_footer:hover { transform: scale(1.1); }

/* ===== RESPONSIVE BREAKPOINT GRID HANDLES ===== */
@media (max-width: 991px) {
  .main-body-content { padding: 1rem; }
  .sidebar-column { padding-left: 12px; margin-top: 2rem; }
  .post-main-title { font-size: 1.5rem; }
}
@media (max-width: 768px) {
  .site-footer .container { flex-direction: column; text-align: center; }
  .site-footer .footer-links { justify-content: center; }
}